html,body{
	min-width: 1200px;
	font-family:"黑体";
}
select,input,textarea,button{
	font-family:"黑体";
}
.header{
	height: 170px;
	box-shadow:5px 0 15px rgba(115,115,115,.3);
}
.head_t{
	height: 40px;
	background: #efefef;
	border-bottom: 1px solid #e6e6e6;
}
.head_t_clm{
	line-height: 39px;
	padding: 0 15px;
	border-right: 1px solid #e6e6e6;
}
.head_t .head_t_clm:first-child{
	border-left: 1px solid #e6e6e6;
}
.head_t_clm .icon{
	float: left;
	line-height: 39px;
	color: #666;
	font-size: 20px;
	margin-right: 3px;
}
.head_t_clm .text{
	float: left;
	color: #666;
	font-size: 14px;
}
.head_t_clm a.text:hover{
	text-decoration: underline;
}

.head_search{
	height: 30px;
	position: relative;
	margin-top: 4px;
	margin-right: 5px;
}
.head_search_inp{
	display: block;
	position: absolute;
	right: 20px;
	width: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: 0;
}
.head_search_btn_box{
	position: relative;
	width:30px;
	height: 30px;
}
.head_search_btn{
	position: relative;
	z-index:2;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	background: none;
}
.head_search_btn_icon{
	position: absolute;
	right: 0;
	top:0;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background: #1a1a1a;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
}
.head_search:hover .head_search_inp{
	width: 200px;
}


.head_sm {
	padding-top: 4px;
}
.head_sm a{
	float: left;
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
	background: #dbdbdb;
	margin:0 5px; 
	border-radius: 30px;
}
.head_sm a:hover{
	color: #1a1a1a;
	background: #f8c301;
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
}


.head_b{
	height: 130px;
}
.logo{
	width: 280px;
	height: 130px;
}
.logo img{
	display: block;
	max-width: 100%;
}
.menu_dl dd{
	float: left;
	position: relative;
}
.menu_tt{
	display: block;
	line-height: 130px;
	font-size: 16px;
	color: #333;
	padding: 0 12px;
	margin: 0 10px;
	font-family: "Raleway-SemiBold_0";
	text-transform: uppercase;
	position: relative;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.menu_down{
	display: none;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 10px;
	top: 130px;
	z-index: 3;
	width: 172px;
	font-size: 16px;
	background:#efefef;
}
.menu_down_rela{
	position: relative;
}
.mneu_down_icon{
	position: absolute;
	left: 50%;
	top: -10px;
	border-width: 10px;  
    border-color: #efefef;  
    border-top-width: 0;  
    border-style: dashed;  
    border-bottom-style: solid;  
    border-left-color: transparent;  
    border-right-color: transparent;
}
.menu_down a{
	display: block;
	padding: 12px;
	line-height: 26px;
	border-top: 1px solid #e6e6e6;
}
.menu_down a:hover{
	color: #fff;
	background:#fac801;
}
.menu_dl dd.hover .menu_tt{
	color: #fff;
	background: url(../image/menu_bg.jpg) repeat-x center center;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

/**lag***/
.language{ float:right;
	z-index: 10;
	margin-top:2px;
	background: #f3f3f3;
}
.language_box{
	padding: 0.18rem;
	overflow: hidden;
}
.language a{
	float: right;
	padding: 5px 10px;

	color: #fff;
	margin: 0 0.05rem;
}
.language a:nth-child(1){
	background: #0185ca;
}
.language a:nth-child(2){
	background: #ce1126;
}


/*
 * banner
 */
/**banner***/
.banner{
	width: 100%;
	height: 675px;
	position: relative;
	overflow: hidden;
}
.banner .hd{
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	width: 13px;
	height: 13px;
	line-height: 999px;
	margin: 0 5px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 13px;
	background:#fff;
}
.banner .hd ul li.on{
	background:#f8c301;
}

.banner .bd{
	width: 100%;
	height: 675px;
	position: relative;
	overflow: hidden;
}
.banner .bd .bdBox {
	width: 1920px;
	height: 675px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	z-index: 1;
}
.banner .bd ul li{
	display: block;
	width: 100%;
	height:675px;
}
.banner .bd ul li a{
	display: block;
}
.banner .prev,.banner .next{
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 2;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-family:"黑体";
	line-height: 50px;
	background: rgba(115,115,115,.3);
	cursor: pointer;
}
.banner .next{
	left: auto;
	right: 20px;
}


.ind_main{
	background:url(../image/main_bg.jpg) no-repeat center top;
	overflow: hidden;
	margin-top: -15px
}

.title1{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px
}
.title1 .tt_box{
	width: 537px;
	height: 48px;
	position: relative;
	margin:42px auto 38px;
}

.ind_box1 .title1 .tt_box{
	background: url(../image/title_pro.png) no-repeat center center;
}
.ind_box3 .title1 .tt_box{
	background: url(../image/title_certifi.png) no-repeat center center;
}
.ind_box4 .title1 .tt_box{
	background: url(../image/title_news.png) no-repeat center center;
}

.title1 .tt{
	display: inline-block;
	color: #1a1a1a;
	font-size: 52px;
	padding:0 15px;
	font-family: "Raleway-Bold_0";
	position: relative;
	margin-top: -32px;
	z-index: 2;
}
.title1 .text{
	display: inline-block;
	color: #d5d5d5;
	font-size: 32px;
	color: #d5d5d5;
	font-family: "AkzidenzGrotesk-Cond_3";
	padding: 0 15px;
	position: relative;
	z-index: 2;
	margin-top: -2px;
}
.title1 .line{
	display: block;
	width: 78px;
	height: 3px;
	background: #f8c301;
	margin: 0 auto;
}
.title2{
	display: block;
	height: 181px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}
.title2 .icon{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	width: 101px;
	height: 181px;
	background: url(../image/title2_bg.png) no-repeat center center;
}
.title2 .tt{
	color: #fff;
	font-size: 52px;
	line-height: 58px;
	font-family: "Raleway-Bold_0";
	margin-top: 41px;
}
.title2 .text{
	color: #d5d5d5;
	font-size: 32px;
	line-height: 32px;
	font-family: "AkzidenzGrotesk-Cond_3";
}


/*
ind_box1
 */
.ind_box1{
	padding:42px 0 0 0; 
	height: 686px
}

.ind_pro_scroll{
	position: relative;
}
.ind_pro_scroll .hd{
	display: none;
}
.ind_pro_scroll .bd dl dd{
	float: left;
	width: 340px;
	height: 438px;
	margin:0 0 0 45px;
}
.ind_pro_scroll .bd dl dd .bg{
	width: 100%;
	height: 31px;
	background: url(../image/pro_bg.png) no-repeat center center;
}
.ind_pro_scroll .bd dl dd .pic{
	overflow: hidden;
	width: 340px;
	height: 320px;
}
.ind_pro_scroll .bd dl dd .pic img{
	display: block;
	width: 340px;
	height: 320px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_scroll .bd dl dd .tt{
	height: 88px;
	line-height: 88px;
	text-align: center;
	color: #666;
	font-size: 18px;
	background:#fff;
}
.ind_pro_scroll .bd dl dd:hover .pic img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_pro_scroll .prev,.ind_pro_scroll .next{
	position: absolute;
	top: 50%;
	margin-top:-37px;
	width: 74px;
	height: 74px;
	border:1px solid #666;
	border-radius: 74px;
	background:url(../image/pro_scroll_icon.png) no-repeat center center;
	cursor: pointer;
}
.ind_pro_scroll .prev{
	left: -74px;
}
.ind_pro_scroll .next{
	right: -74px;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}

/*
	ind_box2
 */

.ind_box2{
	height: 840px;
	padding-top: 45px;
}

.ind_about_list1{
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.18);
	border-bottom: 1px solid rgba(255,255,255,.18);
	margin-bottom: 20px;
}
.ind_about_list1 dd{
	float: left;
	width: 33.33%;
	padding-left: 40px;
	border-right: 1px solid rgba(255,255,255,.18);
}
.ind_about_list1 dd:last-child{
	border:0;
}
.ind_about_list1 dd .icon{
	float: left;
	width: 103px;
	height: 103px;
	line-height: 103px;
	text-align: center;
	font-size: 56px;
	color: #2e2a1f;
	border-radius: 103px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_list1 dd .con{
	padding-left: 116px;
	color: #fff;
	font-family: "Raleway-SemiBold_0";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_list1 dd .con .tt{
	font-size: 22px;
	margin: 25px 0 0 0;
}
.ind_about_list1 dd .con .text{
	font-size: 32px;
}
.ind_about_list1 dd:hover .icon{
	background: #f8c301;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_list1 dd:hover .con{
	color: #f8c301;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_about_con{
	background: #fff;
	height: 370px;
}
.ind_about_con_l{
	width: 553px;
	border:3px solid #f3f3f3;
}
.ind_about_con_l img{
	display: block;
}
.ind_about_con_r{
	width: 645px;
	padding: 25px 32px 0;
}
.ind_about_con_r_title{
	margin-bottom: 20px;
}
.ind_about_con_r_title .icon{
}
.ind_about_con_r_title .con{
	padding-top: 6px;
	padding-left: 110px;
	font-family: "Raleway-Bold_0";
}
.ind_about_con_r_title .con .tt{
	font-size: 38px;
	line-height: 38px;
	color: #ebb900;
}
.ind_about_con_r_title .con .text{
	font-size: 34px;
	line-height: 34px;
}
.ind_about_con_r_text{
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 20px;
}
.ind_about_con_more{
	display: block;
	width: 131px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	background: #f8c301;
	font-family: "Raleway-SemiBold_0";
}
.ind_about_con_more span{
	font-family: "Raleway-Bold_0";
	font-size: 14px;
	padding-left: 3px;
}

.ind_box3{
	height: 675px;
}

.ind_certifi_scroll{
	position: relative;
	height: 360px;
}
.ind_certifi_scroll .hd{
	display: none;
}
.certifi_list1 li{
	float: left;
	width: 332px;
	height: 332px;
	overflow: hidden;
	margin:0 10px 30px 50px;
	/*background: url(../image/honor_bg.png) no-repeat center center;*/
}
.certifi_list1 li a{
	display: block;
}
.certifi_list1 li img{
	display: block;
	width: 231px;
	height: 231px;
	margin:53px 0 0 36px; 
}
.ind_certifi_scroll .prev,.ind_certifi_scroll .next{
	position: absolute;
	top: 50%;
	margin-top:-37px;
	width: 74px;
	height: 74px;
	border-radius: 74px;
	background:#fbfcff url(../image/pro_scroll_icon.png) no-repeat center center;
	cursor: pointer;
}
.ind_certifi_scroll .prev{
	left: -74px;
}
.ind_certifi_scroll .next{
	right: -74px;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}


.ind_box4{
	height: 700px;
	padding-top: 28px;
}

.ind_news_box{
	margin-bottom: 32px;
}
.ind_news_l{
	width: 630px;
	background:#fff;
}
.ind_news_list dd{
	height: 134px;
	border-bottom: 1px solid #f0f0f0;
}
.ind_news_list dd a{
	display: block;
	padding: 20px;
}
.ind_news_list dd .date{
	width: 72px;
	height: 93px;
	border: 1px solid #f0f0f0;
	border-radius: 5px; 
	background: #f8f8f8;
	text-align: center;
	color: #d2d2d2;
	font-family: "AkzidenzGrotesk-Cond_3";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_list dd .date .days{
	font-size: 26px;
	line-height: 26px;
	margin-top: 20px;
}
.ind_news_list dd .date .years{
	font-size:32px;
	line-height: 1;
}


.ind_news_list dd .con{
	padding:12px 0 0 87px;
}
.ind_news_list dd .con .tt{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.ind_news_list dd .con .text{
	color: #666;
	font-size: 14px;
	height: 44px;
	line-height: 22px;
}
.ind_news_list dd:hover .date{
	color: #fff;
	background: #f8c301;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_hot{
	width: 550px;
}
.ind_news_hot a{
	display: block;
	position: relative;
	overflow: hidden;
}
.ind_news_hot a .pic{
	display: block;
	width: 550px;
	height: 402px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_hot a .tt_box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: rgba(0,0,0,.5)
}
.ind_news_hot a .tt_box .tt{
	width: calc(100% - 100px);
}
.ind_news_hot a:hover .pic{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}




.footer{
	background: #424242;
}
.footer_t{
	padding: 50px 0 30px;
}

.footer_tt{
	display: block;
	color: #fff;
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(115,115,115,.52);
	position: relative;
	margin-bottom: 12px;
}
.footer_tt:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #f8c301;
}


.footer_pro{
	width: 255px;
}
.footer_pro_list{
	padding-bottom: 10px;
}
.footer_pro_list a{
	display: block;
	line-height: 20px;
	padding: 10px 0;
	color: #fff;
	font-family: arial;
	font-size: 16px;
	position: relative;
}
.footer_pro_list a:before{
	content: "";
	display: none;
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 20px;
	background: url(../image/footer_icon.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer_pro_list a:hover{
	padding-left: 12px;
}
.footer_pro_list a:hover:before{
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer_sm{
	float: left;
	margin-left: -12px;
}
.footer_sm a{
	float: left;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	border-radius: 38px;
	color: #fff;
	background:#4e4e4e;
	margin-right: 12px;
}
.footer_sm a:hover{
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
}
.footer_contact{
	width: 405px;
	margin-left: 110px;
}

.footer_contact_list dd{
	clear:both;
	overflow: hidden;
}
.footer_contact_list dd .icon{
	float: left;
	height: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin-right: 8px;
}
.footer_contact_list dd .text{
	display: block;
	line-height: 40px;
	font-size: 16px;
	font-family: arial;
	padding-left: 30px;
	color: #fff;
}
.footer_contact_list dd a.text{
	color: #fff;
}
.footer_contact_list dd a.text:hover{
	text-decoration: underline;
}

.footer_inq{
	width: 320px;
}
.footer_inq_list dd{
	margin-bottom: 5px;
}
.footer_inq_inp,.footer_inq_area{
	display: block;
	width: 100%;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	padding-left: 8px;
	background: #5b5b5b;
	border: none;
}
.footer_inq_inp::-webkit-input-placeholder,.footer_inq_area::-webkit-input-placeholder{
	color: #fff;
}
.footer_inq_area{
	height: 106px;
	resize: none;
}
.footer_inq_btn{
	width: 136px;
	height: 37px;
	color: #fff;
	font-size: 14px;
	background: #4e4e4e;
	border: none;
	cursor: pointer;
	margin-top: 5px;
}

.footer_b{
	padding: 35px 0;
	color: #808080;
	font-size: 14px;
	font-family: arial;
	line-height: 24px;
	border-top: 1px solid rgba(115,115,115,.52);
}
.footer_b a{
	color: #808080;
}
.footer_b a:hover{
	text-decoration: underline;
}

.back_top{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,.5) url(../image/back_top.png) no-repeat center center;
	cursor: pointer;
}


/*
 * sub_banner
 */
.sub_banner{
	height: 360px;
	overflow: hidden;
}

/*
 * location
 */
.location{
	height: 50px;
	line-height: 50px;
	overflow:hidden;
	font-size: 14px;
	font-family: arial;
	border-bottom: 1px solid #dfe3e9;
	background: #fff;
}
.location .tt{
	color: #666;
	padding-right: 5px;
}
.location .tt .icon{
	height: 50px;
	line-height: 46px;
	font-size: 20px;
	color: #666;
	padding-right: 6px;
}
.location .text{
	padding-right: 20px;
}
.location .text a{
	color: #666;
	text-transform: capitalize;
}
.location .text a:last-child{
	color: #f8c301;
}


.pro_list_bars{
	margin-bottom: 45px;
}
.pro_list_bars dd{
	float: left;
	width: 20%;
	padding: 0 10px;
}
.pro_list_bars2 dd{
	width: 33.33%;
	padding: 0 0 0 75px;
	border-right: 1px solid #dcdfe4;
}
.pro_list_bars2 dd:last-child{
	border-right: 0;
}
.pro_list_bars dd .icon{
	float: left;
	width: 95px;
	height: 95px;
	border-radius: 95px;
	position:relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.pro_list_bars dd .icon1{
	background: #fff url(../image/pro_list_icon1.png) no-repeat center center;
}
.pro_list_bars dd .icon2{
	background: #fff url(../image/pro_list_icon2.png) no-repeat center center;
}
.pro_list_bars dd .icon3{
	background: #fff url(../image/pro_list_icon3.png) no-repeat center center;
}
.pro_list_bars dd .icon4{
	background: #fff url(../image/pro_list_icon4.png) no-repeat center center;
}
.pro_list_bars dd .icon5{
	background: #fff url(../image/pro_list_icon5.png) no-repeat center center;
}
.pro_list_bars dd .icon6{
	background: #fff url(../image/pro_list_icon6.png) no-repeat center center;
}
.pro_list_bars dd .icon7{
	background: #fff url(../image/pro_list_icon7.png) no-repeat center center;
}
.pro_list_bars dd .icon8{
	background: #fff url(../image/pro_list_icon8.png) no-repeat center center;
}


.pro_list_bars dd:hover .icon1,.pro_list_bars dd.hover .icon1{
	background: #f8c301 url(../image/pro_list_icon1_h.png) no-repeat center center;
}
.pro_list_bars dd:hover .icon2,.pro_list_bars dd.hover .icon2{
	background: #f8c301 url(../image/pro_list_icon2_h.png) no-repeat center center;
}
.pro_list_bars dd:hover .icon3,.pro_list_bars dd.hover .icon3{
	background: #f8c301 url(../image/pro_list_icon3_h.png) no-repeat center center;
}
.pro_list_bars dd:hover .icon4,.pro_list_bars dd.hover .icon4{
	background: #f8c301 url(../image/pro_list_icon4_h.png) no-repeat center center;
}
.pro_list_bars dd:hover .icon5,.pro_list_bars dd.hover .icon5{
	background: #f8c301 url(../image/pro_list_icon5_h.png) no-repeat center center;
}
.pro_list_bars dd:hover .icon6,.pro_list_bars dd.hover .icon6{
	background: #f8c301 url(../image/pro_list_icon6_h.png) no-repeat center center;
}
.pro_list_bars dd:hover .icon7,.pro_list_bars dd.hover .icon7{
	background: #f8c301 url(../image/pro_list_icon7_h.png) no-repeat center center;
}
.pro_list_bars dd:hover .icon8,.pro_list_bars dd.hover .icon8{
	background: #f8c301 url(../image/pro_list_icon8_h.png) no-repeat center center;
}
.pro_list_bars dd:hover .icon{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


.pro_list_bars dd .con{
	padding-left: 103px;
	line-height: 24px;
	font-size: 20px;
	color: #333;
	padding-top: 28px;
	text-transform: uppercase;
	font-family: "Raleway-SemiBold_0";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.pro_list_bars dd:hover .con,.pro_list_bars dd.hover .con{
	color: #f8c301;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}


.sub_main{
	padding: 40px 0;
	background: #eaedf2;
}
.sub_main_box_icon_t{
	height: 34px;
	background: url(../image/sub_main_con_t.png) no-repeat center center;
}
.sub_main_box_icon_b{
	height: 33px;
	background: url(../image/sub_main_con_b.png) no-repeat center center;
}
.sub_main_con{
	min-height: 600px;
	background: url(../image/sub_main_con_bg.png) repeat-y center center;
	overflow: hidden;
}

/*
main_l
 */
.main_l{
	width: 270px;
	margin-left: 20px;
}
.main_r{
	width: 930px;
}

.main_l_tt{
	display: block;
	height: 57px;
	line-height: 57px;
	color: #fff;
	font-size: 22px;
	font-family: "Raleway-SemiBold_0";
	padding-left: 15px;
	background: #333;
}

.nav_list{
	background: #ddd;
	margin-bottom: 20px;
}
.nav_list dd{
	border-bottom: 1px solid #fff;
}
.nav_list dd:last-child{
	border-bottom: none;
}
.nav_list_tt{
	position: relative;
	padding-left: 20px;
}
.nav_list_tt_text{
	display: block;
	width: 180px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	padding: 11px 0;
	font-family: "Raleway-SemiBold_0";
}
.nav_list_tt_icon{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -14px;
	width: 35px;
	height: 28px;
	background: url(../image/nav_ico.png) no-repeat center center;
	cursor: pointer;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.nav_list dd.hover .nav_list_tt_icon{
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.nav_list_down{
	display: none;
	background: #f5f5f5;
	overflow: hidden;
}
.nav_list_down a{
	clear: both;
	display: block;
	line-height: 24px;
	color: #666;
	font-size: 14px;
	font-family: arial;
	padding: 13px 20px 13px 30px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.nav_list_down a:last-child{
	border: 0;
}
.nav_list_down a:before{
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top:21px;
	width: 4px;
	height: 8px;
	background: url(../image/nav_ico2.png) no-repeat center center;
}
.nav_list_down a:hover{
	color: #333;
}

.mainL_contact{
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
}
.mainL_contact_con img{
	display: block;
	max-width: 100%;
	margin: 0 auto
}
.mainL_contact_con .tt{
	display: block;
	line-height: 55px;
	color: #666;
	font-size: 16px;
	background: #e6e6e6;
	overflow: hidden;
}
.mainL_contact_con .tt .icon{
	float: left;
	font-size: 20px;
	line-height: 55px;
	margin: 1px 8px 0 20px;
}

.main_r{
	width: 870px;
	margin-right: 20px;
}
.sub_main_title{
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	margin-bottom: 20px;
}
.sub_main_title .tt{
	font-size: 32px;
	line-height: 50px;
	font-family: "Raleway-Bold_0";
	padding-bottom: 15px;
}
.sub_main_title:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
	display: block;
	width: 60px;
	height: 5px;
	background: #f7c201;
}



.pro_list1 dd{
	float: left;
	width: 278px;
	height: 320px;
	margin: 0 15px 15px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd:nth-child(3n){
	margin-right: 0;
}
.pro_list1 dd:nth-child(3n+1){
	clear:both;
}
.pro_list1 dd .pic{
	overflow: hidden;
}
.pro_list1 dd .pic img{
	display: block;
	width: 278px;
	height: 262px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd .tt{
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #666;
	text-align:center;
	padding: 0 10px;
	background: #e8ebf1;
}
.pro_list1 dd:hover{
	box-shadow: 0 0 8px rgba(115,115,115,.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd:hover .pic img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/**page**/
.page{
	padding: 40px 0;
	text-align: center;
	font-family: arial;
}
.page a{
	display: inline-block;
	padding: 0 8px;
	height: 30px;
	line-height: 28px;
	margin: 0 5px;
	font-size: 14px;
	color:#666;
	background: #fff;
	border: 1px solid #cecece;
}
.page a:hover ,.page a.hover{
	color: #f8c613;
	border: 1px solid #f8c613;
}


/*pro_det*/
/*
 * pro_det_t
 */
.pro_det_t{
	padding: 20px;
}
/*^^^æ”¾å¤§é•œ start^^^^*/
.big_pic_show {
	width: 484px;
	height: 100%;
	z-index: 1;
}
.bigpic {
	width: 484px;
	height: 456px;
	margin-bottom: 11px;
	overflow: hidden;
	border: solid 1px #ddd;
}
.bigpic a {
	display: block;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width:400px !important;
	height:300px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 88px !important;
	height: 88px !important;
	background:rgba(255,255,255,.9) url(../image/float_layer.png) repeat center center;
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:800px;
	height: auto;
}
.moveBox{
	width:484px;
	height:111px;
	margin:0 auto;
	position:relative;
}
.pageLeft{
	width:39px;
	height:111px;
	position:absolute;
	left:0;
	top:0;
	display:inline;
	cursor:pointer;
	background: url(../image/pro_det_icon.png) no-repeat center center;
	border: 1px solid #ddd;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.pageRight{
	width:39px;
	height:111px;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	background:url(../image/pro_det_icon.png) no-repeat center center;
	border: 1px solid #ddd;
}
.move_content{
	clear:both;
	width:379px;
	height:111px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
	margin:0 0 0 51px;
	}
.rexiaoPic {
	overflow:hidden;
	width:379px;
	height:111px;
}
.sell_order {
	width:9999px;
	position:absolute
}
.rexiaoPic li{
	width:116px;
	height:110px;
	float:left;
	display:block;
	margin:0 15px 0 0;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #ddd;
}
.rexiaoPic li.hover{
	border:1px solid #bebdbd;
	}
.rexiaoPic li img{
	width:114px;
	height:108px;
}
/*^^^^æ”¾å¤§é•œ end^^^^*/



.p_det_inf{
	width:640px;
	overflow: hidden;
}
.p_det_inf_tt{
	line-height: 26px;
	color: #333;
	font-size: 22px;
	padding: 0 0 12px;
	margin: 25px 0 15px;
	font-family: "Raleway-Bold_0";
	border-bottom: 1px solid #e1e1e1;
}
.p_det_inf_list{
}
.p_det_inf_clm{
	color: #444;
	position: relative;
	font-family: arial;
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 5px;
}
.p_det_inf_clm .tt{
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 10px;
}
.p_det_inf_clm .text{
	line-height: 24px;
	color: #666;
	font-family: arial;
	font-size: 14px;
}
.p_det_share{
	box-sizing: border-box;
	padding: 40px 25px 0 0;
}
.p_det_share .text{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	padding-right: 5px;
}
.p_det_btn{
	padding: 14px 0 18px;
	border-bottom: 1px solid #dedede;
}
.p_det_btn a{
	float: left;
	width: 190px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-content: center;
	border-radius: 5px;
	background: -webkit-linear-gradient(to top, rgba(248,195,1,1) 0%, rgba(242,200,4,1) 100%);
	background: -moz-linear-gradient(to top, rgba(248,195,1,1) 0%, rgba(242,200,4,1) 100%);
	background: -o-linear-gradient(to top, rgba(248,195,1,1) 0%, rgba(242,200,4,1) 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(248,195,1,1)), to(rgba(242,200,4,1)));
	background: linear-gradient(to top, rgba(248,195,1,1) 0%, rgba(242,200,4,1) 100%);
	transition: none;
	-webkit-transition: none;
	margin-right: 15px;
}
.p_det_btn a .icon{
	width: 30px;
	font-size: 22px;
	margin-right: 3px;
}
.p_det_btn a .icon img{
	display: block;
	margin-top: 1px;
}
.p_det_btn a:hover{
	background: -webkit-linear-gradient(to top, rgba(242,200,4,1) 0%, rgba(248,195,1,1) 100%);
	background: -moz-linear-gradient(to top, rgba(242,200,4,1) 0%, rgba(248,195,1,1) 100%);
	background: -o-linear-gradient(to top, rgba(242,200,4,1) 0%, rgba(248,195,1,1) 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(242,200,4,1)), to(rgba(248,195,1,1)));
	background: linear-gradient(to top, rgba(242,200,4,1) 0%, rgba(248,195,1,1) 100%);
	transition: none;
	-webkit-transition: none;
}
.p_det_btn a .icon-chat{
	
}


.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:0px;
	margin-right: 8px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	    width: 22px!important;
    height: 22px!important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 22px!important;
    height: 22px!important;
}


/***faq_list**/
.faq_box{
	background: #fff;
	margin-bottom: 45px;
	font-family: arial;
}
.faq_box_title{
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #666;
	background: #eee;
}
.faq_box_title .tt{
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	background: #f8c301;
	
}
.faq_box_title .tt .icon{
	float: left;
	width: 20px;
	height: 46px;
	background: url(../image/faq_ico.png) no-repeat center center;
	margin:0 8px 0 0;
}
.faq_box_title .text{
	float: left;
	padding-left: 15px;
	width: calc(100% - 115px);
}
.faq_box_form{
	border:1px solid #ddd;
	border-top: 1px solid #ddd;
}
.faq_list{
	clear: both;
	margin: 0 auto;
	padding: 30px 20px 30px 10px;
	overflow: hidden;
	
}
.faq_list dd{
	height: 40px;
	margin-bottom: 12px;
}
.faq_list dd .tt{
	float: left;
	width: 90px;
	line-height: 40px;
	padding-right: 15px;
	font-size: 14px;
	text-align: right;
}
.faq_list dd .tt .red{
	color: #f00;
	font-size:18px;
	
}
.faq_inp ,.faq_area{
	float: left;
	width: calc(100% - 90px);
	height: 40px;
	padding-left: 12px;
	font-size: 14px;
	color: #666;
	border: 1px solid #a1a1a1;
}
.faq_area{
	height: 84px;
	padding: 8px 12px;
}

.faq_btn_box{
	width: 178px;
	height: 44px;
	border: 1px solid #ededed;
	background: #f8c301;
	position: relative;
	margin: 0 auto;
}
.faq_btn{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 178px;
	height: 44px;
	border: none;
	background: none;
	cursor: pointer;
}
.faq_btn_text{
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
}
.faq_btn_text .iconfont{
	font-size: 18px;
	margin-right: 5px;
}

.pro_desc{
	margin-bottom: 20px;
}
.pro_desc_bars{
	background: #ddd;
}
.pro_desc_bars div{
	float: left;
	line-height: 57px;
	color: #333;
	font-size: 20px;
	padding:0 35px;
	cursor: pointer;
	position: relative;
}
.pro_desc_bars div:after{
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -5px;
	border-width: 10px;  
    border-color: #fff;  
    border-top-width: 0;  
    border-style: dashed;  
    border-bottom-style: solid;  
    border-left-color: transparent;  
    border-right-color: transparent;
}
.pro_desc_bars div.hover{
	color: #fff;
	background: #f8c301;
}
.pro_desc_bars div.hover:after{
	display: block;
}
.pro_det_con{
	border:1px solid #ddd;
	border-top:0;
	padding: 28px 20px;
}
.pro_det_con_tt{
	line-height: 30px;
	font-size: 18px;
}
.pro_det_con_text{
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 20px;
}

/*
	laboratory
 */
.laboratory_list{
	padding-left: 30px;
}
.laboratory_list dd{
	float: left;
	width: 560px;
	height: 345px;
	margin:0 20px 20px 0;
}
.laboratory_list dd img{
	display: block;
	max-width: 100%;
}
.laboratory_list dd:nth-child(2n){
	margin-right: 0;
}
.laboratory_list dd:nth-child(2n+1){
	clear: both;
}

/*
	factory
 */
.factory_list{
	margin-left:30px; 
}
.factory_list dd{
	float: left;
	width: 370px;
	height: 315px;
	background: #f5f5f5;
	margin:0 15px 15px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.factory_list dd:nth-child(3n){
	margin-right: 0;
}
.factory_list dd:nth-child(3n+1){
	clear:both;
}
.factory_list dd .pic{
	width: 366px;
	height: 261px;
	position: relative;
	margin:2px;
}
.factory_list dd .pic img{
	display: block;
	width: 366px;
	height: 261px;
}
.factory_list dd .pic .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.45);
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.factory_list dd .pic .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -46px 0 0 -46px;
	display: block;
	width: 92px;
	height: 92px;
	line-height: 92px;
	text-align: center;
	color: #f9cf35;
	font-size: 36px;
	border-radius: 92px;
	background: #fff;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.factory_list dd .tt{
	line-height: 48px;
	color: #666;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.factory_list dd:hover{
	background:#f8c301;
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.factory_list dd:hover .pic .icon{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.factory_list dd:hover .pic .bg{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.factory_list dd:hover .tt{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



/*
	about us
 */
.about_box{
	padding: 30px;
}
.about_box_tt1{
	line-height: 40px;
	font-size: 30px;
	font-family: "Raleway-SemiBold_0";
}

.about_box_con{
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.about_box_con img{
	max-width: 100%;
	height: auto;
}

.about_box_con_pic1 dd{
	float: left;
	width: 33.33%;
}
.about_box_con_pic1 dd:nth-child(3n+1){
	clear:both;
}
.about_box_con_pic1 dd .tt{
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.about_box_con_pic2 dd{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}


/*
	contact us
 */
.aout_contact_list{
	width: 685px;
	border-top: 1px solid #dddddd;
}
.aout_contact_list dd{
	padding: 15px 5px;
	border-bottom: 1px solid #dddddd;
}
.aout_contact_list dd:nth-child(odd){
	background: #f5f5f5;
}
.aout_contact_list_tt{
	font-size: 24px;
	font-family: "Raleway-SemiBold_0";
}
.aout_contact_list dd .icon{
	float: left;
	color: #333;
	font-size: 20px;
	margin-right: 8px;
}
.aout_contact_list dd .tt{
	float: left;
	font-size: 18px;
	font-family: "Raleway-SemiBold_0";
	padding-right: 4px;
}
.aout_contact_list dd .text{
	font-size: 18px;
	color: #666;
	font-family: arial;
}
.aout_contact_list dd a.text:hover{
	color: #1557a0;
	text-decoration: underline;
}


/*
	contact
 */
.contact_t{
	padding: 0 30px;
	margin-bottom: 30px;
}
.contact_list{
	width: 525px;
}
.contact_list_tt{
	font-size: 22px;
	font-family: "Raleway-SemiBold_0";
}
.contact_list dd{
	clear: both;
	overflow: hidden;
	padding: 14px 0;
	border-bottom: 1px solid #ddd;
}
.contact_list dd .icon{
	float: left;
	width: 26px;
	height: 28px;
	line-height: 26px;
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-right: 7px;
}
.contact_list dd .tt{
	float: left;
	color: #666;
	font-size: 18px;
	line-height: 26px;
	font-family: "Raleway-SemiBold_0";
}
.contact_list dd .text,.contact_list dd .text a{
	color: #666;
	font-size: 18px;
	line-height: 26px;
}
.contact_list dd a.text:hover{
	text-decoration: underline;
}
.contact_t_map{
	width: 576px;
}
.contact_t_map img{
	max-width: 100%;
}

.contact_b{
	padding: 0 30px;
	overflow: hidden;
}


.contact_b_con .faq_box_form{
	float: left;
	width: 540px;
	border:none;
}
.contact_b_con_pic{
	float: right;
	width: 551px;
	padding-top: 30px;
}
.contact_b_con_pic img{
	display: block;
	max-width: 100%;
}
/*
	news_list
 */
.news_list1{
	padding: 0 30px;
	overflow: hidden;
}
.news_list1 dd{
	clear:both;
	overflow: hidden;
	margin-bottom: 15px;
	background: #f5f5f5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1 dd .pic{
	width: 369px;
	height: 270px;
	overflow: hidden;
}
.news_list1 dd .pic img{
	display: block;
	max-width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1 dd .con{
	padding-left: 395px;
}
.news_list1 dd .con .tt{
	font-size:16px;
	color: #333;
	line-height: 64px;
	font-weight:bold;
	font-weight: block;
	border-bottom: 1px solid #ddd;
	margin:16px 0 12px; 
}
.news_list1 dd .con .text{
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	color: #666;
}

.news_list1 dd .time{
	color: #666;
	font-size: 14px;
	margin: 15px 0 25px;
}
.news_list1 dd:hover .pic img{
	transform: scale(1.02,1.02);
	-webkit-transform: scale(1.02,1.02);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.news_list1 dd:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*
	news_det
 */
/**news_det**/
.news_det_box{
	padding: 0 30px;
}
.news_det_title{
	line-height: 30px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 12px 0;
}
.news_det_date{
	color: #909090;
	font-size: 14px;
	line-height:24px;
	margin-bottom: 15px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.news_det_date:after{
	content: "";
	position:absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -64px;
	z-index: 2;
	display: block;
	width: 128px;
	height: 1px;
	background: #f7c201;
}


.news_det_date_clm{
	margin: 0 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.news_det_date .iconfont{
	font-size: 18px;
	margin-right: 8px;
	color: #909090;
	line-height: 24px;
}
.news_det_date .icon-shijian{
	font-size: 20px;
}
.news_det_date .icon-yanjing{
	font-size: 20px;
}
.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:0px;
	margin-right: 8px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	width:24px!important;
    height: 24px!important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 24px!important;
    height: 24px!important;
}


.news_det_con{
	padding:20px;
	color: #666;
	line-height: 24px;
	font-size:14px;
	font-family: arial;
	overflow: hidden;
}
.news_det_con img{
	max-width: 100%;
	height: auto;
}
.back_list_btn{
	display: block;
	width: 150px;
	height: 45px;
	color: #666666;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.back_list_btn:hover{
	color: #f8c301;
	border:1px solid #f8c301;
}


/**det_page**/
.det_page{
	padding: 18px 15px 10px;
	border-top: 1px solid #eaedf2;
}
.det_page_clm{
	line-height: 24px;
	padding: 10px 0;
}
.det_page_clm .tt{
	color: #333;
	font-size: 18px;
	font-family: arial;
	padding-right: 8px;
}
.det_page_clm .text{
	height: 52px;
	color: #666;
	font-size: 14px;
}
.det_page_clm:hover .text{
	color: #333;
	text-decoration: underline;
}
.det_page_clm:hover span{
	color: #666;
}


/*
	certification
 */
.certifi_list2{
	padding: 20px 15px 0;
}
.certifi_list2 li{
	margin: 0 15px 40px 40px;
}
.certifi_list2 li:nth-child(3n){
	margin-right: 0;
}

.pages{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.pages a,.pages span.miy{ margin:2px; text-decoration:none;}
.pages .disabledfy{ font-family: Tahoma, Verdana;}

.pages a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#999;}
.pages a:hover { border:1px solid #999; color:#000;}
.pages a:active {border:1px solid #999; color:#000;}
.pages span.current { border:1px solid #999; background-color:#999; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.pages span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}